TArray.Shuffle<T>(T[]) Method

Shuffles the elements in the array using the Fisher-Yates algorithm.

Namespace: Spring
public
 class procedure Shuffle<T>(var values: array of T); overload; static;

Type Parameters

T

Parameters

values
Type: array of T